Make GCPROs and UNGCPRO no-ops also on SuperH.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 10 May 2009 14:18:47 +0000 (14:18 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 10 May 2009 14:18:47 +0000 (14:18 +0000)
* s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.

src/ChangeLog
src/s/gnu-linux.h

index f771a940d728856782ea911c125e174c6676616b..f6764aad0222c5130c545644a438658377a5f4d5 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-10  Ulrich Mueller  <ulm@gentoo.org>
+
+       * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
+
 2009-05-07  David Reitter  <david.reitter@gmail.com>
 
        * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image):
index 4304c065e4424525f5b1763fcd5596bd7e011505..d75bb72279ce23eda11f6616b71b8beae33c12e0 100644 (file)
@@ -258,7 +258,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \
     || defined __alpha__ || defined __mips__ || defined __s390__ \
     || defined __arm__ || defined __powerpc__ || defined __amd64__ \
-    || defined __ia64__
+    || defined __ia64__ || defined __sh__
 #define GC_SETJMP_WORKS 1
 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
 #ifdef __mc68000__